home *** CD-ROM | disk | FTP | other *** search
- C- ClosePendingWindow |closependingwindow|
- C- LoadSubDeck |loadsubdeck|
- C- OpenRequester |openrequester|
- C- OpenWindow |openwindow|
- C- SendToParentDeck |sendtoparentdeck|
- C- SendToSubDeck |sendtosubdeck|
- C- SetBusyPointer |setbusypointer|
- [E]
-
- |closependingwindow|
- WT ClosePendingWindow
- PL In certain cases subwindows will not close
- PL after their card quits. This command will
- PL force the subwindow, that may be pending,
- PL to close. This command is safe to call at
- PL any time so use it as much as you want.
- ED
-
- |loadsubdeck|
- WT LoadSubDeck {FilePath} [,{SubDeckBufferName} [,<ASNEEDED>]]
- PL Loads an external deck as a SubDeck which
- PL can be used to open another window or a
- PL requester. See the manual for a full
- PL description of this command.
- PT SEE ALSO:
- BS OpenWindow
- PT and
- BS OpenRequester
- PT .
- ED
-
- |openrequester|
- WT OpenRequester {SubDeckBufferName},{CardName} [,{Arg1} [,up to ten arguments]]
- PL Operates like OpenWindow except that the
- PL window of the parent deck is "blocked" from
- PL input while the requester is open.
- PL
- PT SEE ALSO:
- BS LoadSubDeck
- PT and
- BS OpenWindow
- PT .
- ED
-
- |openwindow|
- WT OpenWindow {SubDeckBufferName},{CardName} [,{Arg1} [,up to ten arguments]]
- PL Attaches a SubDeck to the Parent Deck's
- PL current card. The subdeck will auto-
- PL magically "GOTO" the specified {CardName}
- PL The {SubDeckBufferName} specifies the of
- PL the buffer used by LoadSubDeck.
- PT SEE ALSO:
- BS LoadSubDeck
- PT and
- BS OpenRequester
- PT .
- ED
-
- |sendtoparentdeck|
- WT SendToParentDeck [{Arg1} [,up to ten arguments]]
- PL Causes the Parent Deck's current Card's
- PL MessageFromSubDeck script to be performed
- PL with the given arguments.
- PL
- PT SEE ALSO:
- BS OpenWindow
- PT ,
- BS OpenRequester
- PL ,
- PT
- BS LoadSubDeck
- PT and
- BS SendToSubDeck
- PT .
- ED
-
- |sendtosubdeck|
- WT SendToSubDeck {SubDeckBufferName} [,{Arg1} [,up to ten arguments]]
- PL Activates the MessageFromParentDeck script
- PL in the SubDeck's Card, passing arguments.
- PL The {SubDeckBufferName} is the buffer name
- PL used with the LoadSubDeck command.
- PL
- PT SEE ALSO:
- BS SendToParentDeck
- PT and
- BS LoadSubDeck
- PL .
- ED
-
- |setbusypointer|
- WT SetBusyPointer [{BrushBufferName} [,{XHotSpot}, {YHotSpot}]
- PL Specifies an alternate pointer to use when
- PL a window is selected which is inactive due
- PL to an OpenRequester command.
- PL
- PT SEE ALSO:
- BS SetPointer
- PL .
- ED
-